Constructs an input range over an image
For every pixel get x + y and the color value
Will allocate a new SwappableImage to wrap around the image given on the heap.
The returned input range will auto deallocate the SwappableImage that was allocated when it becomes empty.
Constructs an input range over an image For every pixel get x + y and the color value
Will allocate a new SwappableImage to wrap around the image given on the heap. The returned input range will auto deallocate the SwappableImage that was allocated when it becomes empty.
TODO: Scan line version of this?